﻿@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
input,textarea {border: 2 none; box-shadow: none; outline: none;}
/* 设置默认字体 */
body,button, input, select, textarea { font-family:"Microsoft Yahei" ;color: #262626;font-size: 14px}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}
/* 重置文本格式元素 */
a {text-decoration: none; color: #262626;  word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none;}
/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-align:justify;text-justify:inter-ideograph;}
/* 浏览器滚动轴修改 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0;}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1)}
::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)}
::-webkit-scrollbar-thumb:hover{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4)}
input,textarea{-webkit-user-select:text}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
/*基础*/
.print{color: #fff;padding: 0 20px;background: #666;line-height: 30px;display: inline-block;margin-top: 10px;display: none}
.content-tag a{color: #666; padding: 4px 8px;  margin-right: 10px; font-size: 12px; margin-top: 5px; background: #e5e5e5;}
.content-tag a:hover{background: #009d7e; color: #fff;}
/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}
/*清除浮动*/
.clearfix:before,.clearfix:after{content: '';display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;position: relative; }
.header ,.footer { width:100%; margin:0 auto;  }
.auto{margin: 0 auto}
/*分页样式*/
.pglist{padding: 25px 0;float:left;width:100%;line-height: 34px;text-align: center; }
.pglist a {color: #333333;padding: 0 10px;margin:0 5px;font-/weight: bold;background: #fff;border: 1px solid #dcdcdc;font-size: 14px;}
.pglist *{display:inline-block;_zoom:1;_display:inline;vertical-align:middle;line-height: 28px;height: 28px;padding-bottom:1px;border-radius: 2px;-webkit-border-radius: 2px;}
.pglist .hover {display:inline-block;color: #fff;background: #009d7e;}
.pglist a:hover {display:inline-block;color: #fff;background: #009d7e;}
.pglist .curpage{display:inline-block;color: #fff;background: #009d7e;}

/*顶部*/
.kskwt_top{background:#f6f6f6; height: 35px;text-align: right;line-height: 35px; color: #666666;font-size: 14px;}
.kskwt_top span{padding: 0 10px}
.kskwt_top .fr {display: flex;text-align: right;}
.kskwt_top .fr a{line-height: 35px; color: #a0a0a0;font-size: 14px;padding: 0 5px;height: 35px;display: inline-block;}
.kskwt_top .fr .lan{line-height: 35px; color: #a0a0a0;font-size: 14px;padding: 0 25px;height: 35px;}

.kskwt_head{ margin: 0 auto; position: relative; z-index: 5;  height: 155px;background: #fff}
.kskwt_head .logo{ margin: 15px 10px 0 0}
.kskwt_head .mid{font-size: 13.5px;text-transform: uppercase;font-family: 'Arial'; margin: 50px 30px 0 0}
.kskwt_head .mid span{font-size: 30px;color: #262626; line-height: 180%;display: block;letter-spacing: 3.5px;font-weight: bold}

.kskwt_head .right{background: url(../images/pho.png) no-repeat left;margin-top: 55px;height: 62px;box-sizing: border-box;padding-left:75px;font-size: 16px}
.kskwt_head .right strong{color: #009d7e;font-size: 36px;display: block;font-family: 'Impact'}

.nav{width: 100%;z-index: 1;height: 55px;line-height: 55px;background:#009d7e;}
.nav li{float: left;position: relative;background-repeat: no-repeat;}
.nav li a{display: inline-block;line-height: 55px;color: #fff;padding: 0 40px;position: relative;font-size: 16px;}
.nav li a:after{content: '';background: #00b994;height: 55px;width: 1px;right: 0;position: absolute;}
.nav li.cur a,.nav li:hover a{background: #ff6600;color: #fff}
.nav li:last-child a:after{content: '';background: #00b994;height: 55px;width: 0px;right: 0;position: absolute;}

/*导航跟随*/
#mainMenuBar {position: absolute;z-index: 9999}

/*banner*/
.slideBox{position:relative;display:block;width:100%;height:590px;overflow:hidden; z-index: 1;}
.slideBox .bd img{display:block;margin:0 auto;height:590px;}
.slideBox .prev{display:none;position:absolute;padding:0;left: 50%;margin-left: -595px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: 0 0;}
.slideBox .next{display:none;position:absolute;padding:0;right: 50%;margin-right: -595px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: right center;}
.slideBox .hd{position:relative;top: -10px;z-index:1;}
.slideBox .hd ul{text-align:center;margin-top: -25px;}
.slideBox .hd ul li{width:40px;height: 8px;display:inline-block;margin: 0 3px;cursor:pointer;background: #fff; border-radius: 8px;}
.slideBox .hd ul li.on{background: #ff6600;}


/*内页benner*/
.banner {height: 350px;width: 100%;}
/*公用TITLE*/
.kskwt_tit{position: relative; z-index: 2; text-align: left;display: block;box-sizing: border-box; width: 100%;font-size: 30px; color: #333;font-weight: bold;padding-bottom: 20px}
.kskwt_tit b{color: #fff;display: inline-block;background: #009d7e;text-align: left;padding: 20px 80px 30px 20px; box-sizing: border-box;position: relative;}
.kskwt_tit b em{font-size: 36px;background: #009d7e;position: relative;z-index: 2;font-style: normal;display: inline-block;padding-right: 20px}
.kskwt_tit b span{font-size: 30px;text-transform: uppercase;display: block;font-weight: normal;background: #009d7e;position: relative;z-index: 2;padding-right: 10px}
.kskwt_tit b:before{content: '';height: 38px;border: 1px solid #fff;position: absolute;top: 50px;right: 30px;width: 260px;z-index: 1}
.kskwt_tit .t_more{position: absolute;right: 0;top: 20px;border: 1px solid #efefef;color: #838383;padding: 8px 20px;font-size: 14px;font-weight: normal;}
.kskwt_tit .t_more:hover{background: #009d7e;color: #fff;border-color: #009d7e}

.kskwt_tit_w{position: relative; z-index: 2; text-align: left;display: block;box-sizing: border-box; width: 100%;font-size: 30px; color: #333;font-weight: bold;}
.kskwt_tit_w b{color: #fff;display: inline-block;text-align: left;padding: 20px 80px 30px 0; box-sizing: border-box;position: relative;background: url(../images/tit_bg.png) no-repeat 170px 45px;}
.kskwt_tit_w b em{font-size: 36px;position: relative;z-index: 2;font-style: normal;display: inline-block;padding-right: 20px}
.kskwt_tit_w b span{font-size: 30px;text-transform: uppercase;display: block;font-weight: normal;position: relative;z-index: 2;padding-right: 10px}
.kskwt_tit_w .t_more{position: absolute;right: 0;top: 50px;border: 1px solid #efefef;color: #fff;padding: 8px 20px;font-size: 14px;font-weight: normal;}
.kskwt_tit_w .t_more:hover{background: #009d7e;color: #fff;border-color: #009d7e}


.kskwt_tit_01{position: relative; z-index: 2; text-align: center;display: block;box-sizing: border-box; width: 100%;padding-bottom: 20px}
.kskwt_tit_01 b{color: #009d7e;display: block;font-size: 34px;background: #fff;z-index: 2;position: relative;display: inline-block;padding: 0 20px}
.kskwt_tit_01 b:before{content: '';height: 3px; width: 18px;background: #009d7e;position: absolute;left: -18px;top: 24px}
.kskwt_tit_01 b:after{content: '';height: 3px; width: 18px;background: #009d7e;position: absolute;right: -18px;top: 24px}
.kskwt_tit_01 span{font-size: 30px;color: #efefef;font-family: 'Arial';text-transform: uppercase;font-weight: normal;display: block;}
.kskwt_tit_01:before{content: '';width: 100%;height: 1px ;background: #efefef;position: absolute;top:25px;z-index: 1}

.kskwt_tit_02{position: relative; z-index: 2; text-align: center;display: block;box-sizing: border-box; width: 100%;padding-bottom: 20px;background: url(../images/tit_bg12.png) no-repeat 0 25px;}
.kskwt_tit_02 b{color: #fff;display: block;font-size: 34px;z-index: 2;position: relative;display: inline-block;padding: 0 20px}
.kskwt_tit_02 b:before{content: '';height: 3px; width: 18px;background: #ff6600;position: absolute;left: -18px;top: 24px}
.kskwt_tit_02 b:after{content: '';height: 3px; width: 18px;background: #ff6600;position: absolute;right: -18px;top: 24px}
.kskwt_tit_02 span{font-size: 30px;color: #efefef;font-family: 'Arial';text-transform: uppercase;font-weight: normal;display: block;}

.kskwt_tit_03{position: relative; z-index: 2; text-align: center;display: block;box-sizing: border-box; width: 100%;padding-bottom: 20px}
.kskwt_tit_03 b{color: #009d7e;display: block;font-size: 34px;background: #f5f5f5;z-index: 2;position: relative;display: inline-block;padding: 0 20px}
.kskwt_tit_03 b:before{content: '';height: 3px; width: 18px;background: #009d7e;position: absolute;left: -18px;top: 24px}
.kskwt_tit_03 b:after{content: '';height: 3px; width: 18px;background: #009d7e;position: absolute;right: -18px;top: 24px}
.kskwt_tit_03 span{font-size: 30px;color: #efefef;font-family: 'Arial';text-transform: uppercase;font-weight: normal;display: block;}
.kskwt_tit_03:before{content: '';width: 100%;height: 1px ;background: #efefef;position: absolute;top:25px;z-index: 1}


.kskwt_tit_a{position: relative; z-index: 2; text-align: left;display: block;box-sizing: border-box; width: 100%;font-size: 30px; font-weight: bold;padding-bottom: 20px}
.kskwt_tit_a b{color: #009d7e;display: inline-block;text-align: left;padding: 20px 80px 30px 20px; box-sizing: border-box;position: relative;}
.kskwt_tit_a b em{font-size: 36px;background: #fff;position: relative;z-index: 2;font-style: normal;display: inline-block;padding-right: 20px}
.kskwt_tit_a b span{font-size: 30px;text-transform: uppercase;display: block;font-weight: normal;background: #fff;position: relative;z-index: 2;padding-right: 10px;color: #efefef;}
.kskwt_tit_a b:before{content: '';height: 38px;border: 1px solid #efefef;position: absolute;top: 50px;right: 30px;width: 260px;z-index: 1}
.kskwt_tit_a .t_more{position: absolute;right: 0;top: 50px;border: 1px solid #efefef;color: #838383;padding: 8px 20px;font-size: 14px;font-weight: normal;}
.kskwt_tit_a .t_more:hover{background: #009d7e;color: #fff;border-color: #009d7e}



/*底部*/
.kskwt_foot{background: #009d7e;  width:100%;color: #fff;height: 300px;overflow: hidden;padding: 30px 0;box-sizing: border-box;}
.kskwt_foot .left{border-right: 1px solid #00b994;width: 25%;box-sizing: border-box;height: 240px;padding:20px 0;text-align: center; }
.kskwt_foot .left{font-size: 13.5px;text-transform: uppercase;font-family: 'Arial'; color: #fff}
.kskwt_foot .left span{font-size: 30px;color: #fff; line-height: 180%;display: block;letter-spacing: 3.5px;font-weight: bold}
.kskwt_foot .left dl{}
.kskwt_foot .left dt{font-size: 18px;font-weight: bold;color: #ffffff;line-height: 240%;padding-left: 35px;text-align: left}
.kskwt_foot .left dd{width: 50%;float: left;text-align: left}
.kskwt_foot .left dd a{color: #fff;line-height: 40px;padding-left: 35px;font-size: 16px}

.kskwt_foot .mid{width: 30%;box-sizing: border-box;height:240px;padding:20px 40px;display: flex;justify-content:space-between;border-right: 1px solid #00b994;}
.kskwt_foot .mid dl{}
.kskwt_foot .mid dt{font-size: 18px;font-weight: bold;color: #ffffff;line-height: 240%;}
.kskwt_foot .mid dd{color: #fff;line-height: 40px;font-size: 16px}



.kskwt_foot .right{width: 15%; height: 240px;box-sizing: border-box;text-align: center;padding-top: 30px}
.kskwt_foot .right img{width: 120px;padding: 10px;}
.kskwt_foot .right span{display: block;font-size: 14px}

.kskwt_bq{ width:100%; color: #b0b0b0; line-height: 300%; text-align: left; font-size:0.875rem;background: #fff}
.kskwt_bq a{ color: #b0b0b0;display: inline-block;padding-right: 20px }

/*面包削导航*/
.mbx{border-bottom: 1px solid #efefef; line-height: 50px;font-size: 14px;position: relative; box-sizing: border-box;}
.mbx a{line-height: 50px; color: #666; font-size: 14px;}
.mbx .content{padding-left: 30px;box-sizing: border-box;}
.mbx .content:before{content: ''; background:#009d7e;display: inline-block; width: 20px; height: 3px;position: absolute;left:0; top: 24px}

/*内页二级导航*/
.navtow{margin: 20px auto 0;display: flex;}
.navtow li{}
.navtow li a{ color: #fff;font-size: 16px;padding: 5px 50px; line-height: 40px; background: #313131;display: inline-block; cursor: pointer;margin-right: 5px}
.navtow li a:hover{ background:#009d7e;color: #fff}
.navtow .on{ background: #009d7e; color: #fff }



/* 浮动工具 */
.c-tools {position: fixed;z-index: 9999;text-align: center;right: 0;bottom: 50%;margin-bottom: -144px;}
.c-tools ul li {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;cursor: pointer;position: relative;width: 62px;height: 62px;margin: 1px;background: #333 url(../images/tools-ico.png) no-repeat;}
.c-tools ul li:hover {background-color: #009d7e;}
.c-tools ul li span {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;display: none;position: absolute;right: 63px;width: 135px;padding: 0 10px;background: #ff9601;color: #ffffff;}
.c-tools ul li .ewmPic {width: 168px;}
.c-tools ul li .ewmPic img {display: block;margin-top: 10px;padding-bottom: 10px;width: 168px;height: 168px;}
.c-tools ul .tel-ico {background-position: center -22px;}
.c-tools ul .tel-ico span{ height:62px; line-height:62px}
.c-tools ul .ewm-ico {background-position: center 21px;}
.c-tools ul .qq-ico {background-position: center -69px;}
.c-tools ul .top-ico {background-position: center -115px;}


/*下一篇、下一篇*/
.sx {
    line-height: 30px;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0 0;
}

.sx span {
    overflow: hidden;
    height: 30px;
    display: block;
    margin: 0 0 10px 0
}

.sx a {
    color: #201618;
}
